
.body{
  padding: 10px;
}
.header1{
    background-color: #ED4B41;
    color: white;
   font-size: 14px;
   
}
@media (max-width:600px) {
    .responsive-text p{
    font-size:10px;
   }
   }
@media (max-width:600px) {
    .weldingtext    {
    font-size:12px!important;
   }
   }
@media (max-width:600px) {
    .companyvideo{
    height:auto;
    display: flex;
   
   }
   }
.selectbutton{
    background-color: blue;
    margin-top: 5px;
}
.weldarclogo{
   max-height: 90px; 
    width:auto;
    max-width: 100%;
}
.items{
    margin-right: 100px;
}
.enquirybtn{
    background-color: #ed4b41;
    color: white;
    border: none;
}

.enquirybtn:hover{
  background-color: #6e7889;
  color: white;
}
/* .fill{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
    z-index: 1;
} */

@media (max-width:600px) {
    .body h1{
    font-size:11px;
   }
}
@media (max-width:600px) {
    .body h2{
    font-size:11px;
   }
 }
 @media (max-width:600px) {
    .AdequateSolution{
    font-size:12px;
   }
 }
 @media (max-width:600px) {
    .line{
    font-size:11px;
   }
 }

@media (max-width:600px) {
    .weldingtext{
    font-size:12px;
     
   }
   }
@media (max-width:600px) {
    .nav-item .nav-link{
    font-size:10px;
   }
 }
 @media (max-width:600px) {
    .barbara h4{
    font-size:10px;
   }
 }
 
 @media (max-width:600px) {
    .barbara i{
    font-size:10px;
   }
 }
  @media (max-width:600px) {
    .visiontext{
    font-size:12px!important;
   }
 }
 @media (max-width:600px) {
    .smalltext{
    font-size:12px!important;
   }
 }
 @media (max-width:600px) {
    .testimonialtext{
    font-size:12px!important;
    line-height: revert;
   }
   .stars{
    font-size: small !important;
   }
 }
 @media (max-width:600px) {
    .technicalsupportcontent{
    font-size:12px!important;
   }
 }
.line{
    text-decoration: none!important;
}

.weldingheading{
    color: #ED4B41;
}
.weldingtext{
    font-size: 16px;
    line-height: 33.6px;
}
.smalltext{
   letter-spacing: 3px;
}
.unnamedimg{
    border-radius: 10px;
}
.weldingtext{
  
    line-height: 1.75;
    font-size: 17px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #6e7889;
}
.companyservicebg{
    background-color: #FFEBEA
}
.companyservicetext{
    background-color: #ed4b41;
    border-radius: 20px;
    color: white;
}
.servicecarousel{
    border-radius: 20px;
    height: 200px;

}
.companyservicecontent{
    padding-left: 20px;
    margin-top: 20px;
}
.cuttingmachine{
    border: 2px solid black;
    border-radius: 20px;
}
.cuttingmachinecontent{
  padding-left: 50px;
}
.cuttingmachinecontent1{
    padding-left: 50px;
    /* margin-top: 200px; */
}
.readmore{
    color: #ed4b41;
}
.systemmanufactures{
    border-radius: 20px;
    /* padding-left: 30px; */
    height: 200px;
    width: 380px;
    object-fit: cover;
}
.systemmanufactures1{
    border-radius: 20px;
    height: 430px;
    width: 500px;
    object-fit: cover;
    object-position: center;
}
.bgimage
{
    background-image: url("../../image/plx-light-mine.jpg");
}
.technicalsupportimg{
    width: 80px;
    padding-bottom: 20px;
    /* filter: grayscale(100%); */
}
.technicalsupport{
    
    /* padding: 20px 10px; */
    margin-bottom: 20px;
   
}
.technicalsupportcontent{
    font-family: "Roboto", sans-serif;
    color: #6e7889;
    margin: 18px;
     font-weight: bold;
}
.cardborder{
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.star{
    color: orange;
    
}
.star1{
    color: orange;
    padding-left: 10px;
}
.testimonialimg{
    height: 60px; width: 60px!important;
    display: flex;
    /* margin-left: 30px; */
  
}
/* .downloadbrochurebtn{
    background-color: #ed4b41;
   
} */
.visiontext{
    color: #6E7889;
    font-size: 16px;
    line-height: 28px;
    font-family:"Roboto", sans-serif;
    font-weight: bold;
    line-height: 28px;
}

.bg-hover:hover{
    /* background-color:#E31837; */
    cursor: pointer;
}
.img-hover{
    transition: transform 0.3s ease;
}
.img-hover:hover{
    transform: scale(1.1);
}


 /* .image-wrapper {
    display: inline-block;
    padding: 10px;        
    border: 2px solid rgb(248, 230, 230); 
    box-sizing: content-box; 
    border-radius: 8px;
  }
  .responsive-img {
    width: 100%;
    height: 70px;
    display: block;
  }

  .carousel-box {
    border: 2px solid #ed4b41;
    padding: 3px;
    border-radius: 20px;
    background-color:#ed4b41;
    color:white;
    text-align: center;
  }
  
  .carousel-box img {
    height: 200px;
    border-radius: 20px;
    width: 100%;
    cursor: pointer;
    transition: transform 0.3s;
  }
  
  .carousel-box img:hover {
    transform: scale(1.03);
  }
  
  .content-box {
    display: none;
    margin-top: 10px;
    animation: fadeIn 0.3s ease-in-out;
  }
  
  @keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
  }
   */

  
.nav-pills .nav-link {
    color: black;
    background-color: transparent;
    border: 2px solid #ED4B41;
    border-radius: 0;
  }
  
  /* Add rounded top for all tabs */
  .nav-pills .nav-link {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  
  /* Style for active tab */
  .nav-pills .nav-link.active {
    background-color: #ED4B41;
    color: white;
  }
  


  .holographic-container {
  /* display: flex;
  justify-content: center;
  align-items: center; */
  /* height: 100vh; */
  /* background: #000; */
}

.holographic-card {
  /* width: 300px;
  height: 200px; */
  background: #000;
  display: flex;
  /* justify-content: center;
  align-items: center; */
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  transition: all 0.5s ease;
}

.holographic-card h2 {
  color: #0ff;
  font-size: 2rem;
  position: relative;
  z-index: 2;
}

.holographic-card::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 300%;
  background: linear-gradient(
    0deg, 
    transparent, 
    transparent 30%, 
    white
  );
  transform: rotate(-45deg);
  transition: all 0.5s ease;
  opacity: 0;
}

.holographic-card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 20px red;
}

.holographic-card:hover::before {
  opacity: 1;
  transform: rotate(-45deg) translateY(100%);
}

.holographic-img{
  height: 300px;
  width:100%;
  object-fit: contain;
}

@media (max-width: 768px) {
 .holographic-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }
}




.carousel-box {
  position: relative;
  overflow: hidden;
}

.carousel-box img {
  width: 100%;
  height: auto;
  display: block;
}

.carousel-box .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 40%, rgba(237, 75, 65, 0.9) 100%);
  opacity: 0;
  transition: opacity 0.4s ease-in-out;

  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.carousel-box:hover .overlay {
  opacity: 1;
}

.overlay-content {
  z-index: 1;
}


.image-wrapper {
  max-height: 50px;  /* adjust as needed */
  object-fit: contain;
}




.brochurbtn {
  position: relative;
  overflow: hidden;
  height: 3rem;
  padding: 0 2rem;
  border-radius: 1.5rem;
  background: black;
  background-size: 400%;
  color: #fff;
  border: none;
  cursor: pointer;
  margin-top: 20px;
}

.brochurbtn:hover::before {
  transform: scaleX(1);
}

.brochurbtn-content {
  position: relative;
  z-index: 1;
}

.brochurbtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: 20px;
  /* background: linear-gradient(
    82.3deg,
    rgba(150, 93, 233, 1) 10.8%,
    rgba(99, 88, 238, 1) 94.3%
  ); */
  background:linear-gradient(red,black) ;
  transition: all 0.475s;
}
.footerendcontent{
  display: flex; justify-content: right;
  
}
@media (max-width:600px) {
    .footerendcontent{
    display: flex; justify-content:left;
   }
 }




 .aboutus{
  font-size: 24px;
 }
 .aboutheaderheading{
  font-size: 64px;
 }
 .aboutindustrycontent{
  font-size: 16px; line-height: 28px; font-weight: 400;
 }
 .aboutsmallpoints{
  display:inline-flex; border: 1px solid #ED4B41; background-color: #FFE7E5; gap: 40px; padding: 30px; border-radius: 10px; margin-top: 30px;
 }
 @media (max-width:600px) {
    .aboutheaderheading{
    font-size:16px!important;
   }
 }
 @media (max-width:600px) {
    .aboutus{
    font-size:14px!important;
   }
 }
 .aboutheadertext{
   font-size:20px!important;
 }
 @media (max-width:600px) {
    .aboutheadertext{
    font-size:10px!important;
   }
 }
 @media (max-width:600px) {
    .aboutindustrycontent{
    font-size:12px!important;
    padding: 0;
    margin: 0;
   }
 }

 @media (max-width:600px) {
    .aboutindustryheading{
    font-size:17px!important;
    margin: 0;
   }
 }
 @media (max-width:600px) {
    .ourvision{
    font-size:12px!important;
    text-align: center;
    margin-top: 20px;
  }
 }
 .ourvisionheading{
  font-size:48px; font-weight: 600;
  
  
 }
 @media (max-width:600px) {
    .ourvisionheading{
    font-size:18px!important;
    text-align: center;
  }
 }
 @media (max-width:600px) {
    .aboutsmallpoints{
    font-size:7px!important;
  }
 }
 @media (max-width:600px) {
    .aboutindustry{
    font-size:12px!important;
    text-align: center;
    margin-top: 20px;
  }
 }
 @media (max-width:600px) {
    .visionvaluemission{
    border: none;
    margin:0;
  }
 }




 /* product detail page */
 
.machine-container {
  display: flex;
  flex-wrap: wrap;
  /* gap: 30px; */
  box-shadow: none !important;
  align-items: flex-start;
  /* margin-top: 30px; */
}

.image-area {
  position: relative;
  flex: 1 1 50%;
  /* max-width: 600px; */
}

.machine-img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  /* box-shadow: 0 4px 10px rgba(0,0,0,0.1); */
}

.hotspot {
  position: absolute;
  background: #ED4B41;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s, background 0.3s;
}

.hotspot:hover {
  transform: scale(1.2);
  background: #c23c33;
}

.info-area {
  flex: 1 1 40%;
  padding: 30px;
  background: linear-gradient(145deg, #ffffff, #f8f8f8);
  border: none;
  border-radius: 16px;
  /* box-shadow: 0 6px 20px rgba(0,0,0,0.08); */
  /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
  min-height: 260px;
  position: relative;
  overflow: hidden;
}

.info-area .d-flex {
  align-items: flex-start;
  gap: 20px;
}

.info-area img {
  flex-shrink: 0;
  max-width: 200px;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

.info-area p {
  flex: 1;
  margin: 0;
}

/* .info-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #ED4B41;
} */

/* .info-area:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.12);
} */

.info-area h3 {
  font-size: 2rem;
  color: #ED4B41;
  margin-bottom: 15px;
  font-weight: 700;
}

.info-area p {
  font-size: 1.2rem;
  line-height: 1.4;
  color: #444;
  margin-bottom: 0;
}

.info-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(66, 66, 66, 0.2);
  overflow: hidden;
  max-width: 320px;
  
  /* text-align: center; */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.info-card h4 {
  font-size: 1.2rem;
  /* margin: 15px 0 10px; */
  padding: 0 15px 20px;
  color: #ff6b35;
  font-weight: 700;
  margin-bottom: initial;
}

.info-card p {
  font-size: 0.95rem;
  color: #555;
  padding: 0 15px 10px;
  line-height: 1.5;
}

.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(19, 16, 16, 0.2);
}

/* Responsive Design */
@media (max-width: 1200px) {
  .machine-container {
    /* gap: 20px; */
  }
  
  .info-area h3 {
    font-size: 1.8rem;
  }
  
  .info-area p {
    font-size: 1.1rem;
  }
  
  .specs-container {
    margin: 30px 50px;
  }
}

@media (max-width: 992px) {
  .machine-container {
    flex-direction: column;
    align-items: center;
  }
  
  .image-area {
    flex: 1 1 100%;
    max-width: 100%;
  }
  
  .info-area {
    flex: 1 1 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  
  .info-area h3 {
    font-size: 1.6rem;
  }
  
  .info-area p {
    font-size: 1rem;
  }
  
  .specs-container {
    margin: 30px 20px;
    flex-direction: column;
  }
  
  .equipment-heading {
    font-size: 1.8rem;
  }
  
  .d-flex.gap-3.container {
    justify-content: center;
  }
  
  .info-card {
    max-width: 280px;
    margin-bottom: 20px;
  }
  
  /* Header responsive */
  .aboutheaderheading {
    font-size: 2.5rem !important;
  }
  
  .aboutheadertext {
    font-size: 1.1rem !important;
  }
}

@media (max-width: 768px) {
  .machine-container {
    /* gap: 15px; */
    /* margin-top: 20px; */
  }
  
  .info-area {
    padding: 20px;
    min-height: 200px;
  }
  
  .info-area .d-flex {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
  }
  
  .info-area img {
    max-width: 150px;
  }
  
  .info-area h3 {
    font-size: 1.4rem;
  }
  
  .info-area p {
    font-size: 0.95rem;
  }
  
  .hotspot {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
  
  .specs-container {
    margin: 20px 10px;
  }
  
  .equipment-heading {
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
  
  .d-flex.gap-3.container {
    gap: 15px !important;
  }
  
  .info-card {
    max-width: 100%;
    margin-bottom: 15px;
  }
  
  .info-card img {
    height: 180px;
  }
  
  .info-card h4 {
    font-size: 1.1rem;
    padding: 0 12px 15px;
  }
  
  .info-card p {
    font-size: 0.9rem;
    padding: 0 12px 8px;
  }
  
  .marker {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
  
  .details-popup {
    max-width: 220px;
    font-size: 14px;
    padding: 12px 16px;
  }
  
  /* Header responsive */
  .aboutheaderheading {
    font-size: 2rem !important;
  }
  
  .aboutheadertext {
    font-size: 1rem !important;
  }
  
  .aboutus {
    font-size: 1.2rem !important;
  }
}

@media (max-width: 576px) {
  .machine-container {
    gap: 10px;
    margin-top: 15px;
  }
  
  .info-area {
    padding: 15px;
    min-height: 180px;
  }
  
  .info-area .d-flex {
    gap: 12px;
  }
  
  .info-area img {
    max-width: 120px;
  }
  
  .info-area h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  
  .info-area p {
    font-size: 0.9rem;
    line-height: 1.6;
  }
  
  .hotspot {
    width: 30px;
    height: 30px;
    font-size: 11px;
  }
  
  .specs-container {
    margin: 15px 5px;
  }
  
  .equipment-heading {
    font-size: 1.3rem;
    letter-spacing: 0.5px;
    
  }
  
  .d-flex.gap-3.container {
    gap: 10px !important;
    flex-direction: column;
    align-items: center;
  }
  
  .info-card {
    max-width: 300px;
    margin-bottom: 10px;
  }
  
  .info-card img {
    height: 160px;
  }
  
  .info-card h4 {
    font-size: 1rem;
    padding: 0 10px 12px;
  }
  
  .info-card p {
    font-size: 0.85rem;
    padding: 0 10px 6px;
  }
  
  .marker {
    width: 30px;
    height: 30px;
    font-size: 11px;
  }
  
  .details-popup {
    max-width: 200px;
    font-size: 13px;
    padding: 10px 14px;
  }
  
  .card-header {
    font-size: 1rem;
    padding: 12px;
  }
  
  .spec-card td {
    padding: 8px 12px;
    font-size: 0.85rem;
  }
  
  /* Header responsive */
  .aboutheaderheading {
    font-size: 1.5rem !important;
  }
  
  .aboutheadertext {
    font-size: 0.9rem !important;
  }
  
  .aboutus {
    font-size: 1rem !important;
  }
  
  /* Main heading responsive */
  h1[style*="font-size: 2.3rem"] {
    font-size: 1.8rem !important;
    letter-spacing: 1px !important;
  }
}

@media (max-width: 480px) {
  .equipment-heading {
    font-size: 1.1rem;
  }
  
  .info-card {
    max-width: 280px;
  }
  
  .info-card img {
    height: 160px;
  }
  
  .marker {
    width: 28px;
    height: 28px;
    font-size: 10px;
  }
  
  .details-popup {
    max-width: 180px;
    font-size: 12px;
    padding: 8px 12px;
  }
  
  .spec-card td {
    padding: 6px 10px;
    font-size: 0.8rem;
  }
  
  .card-header {
    font-size: 0.9rem;
    padding: 10px;
  }
  
  /* Header responsive */
  .aboutheaderheading {
    font-size: 1.3rem !important;
  }
  
  .aboutheadertext {
    font-size: 0.8rem !important;
  }
  
  .aboutus {
    font-size: 0.9rem !important;
  }
  
  /* Main heading responsive */
  h1[style*="font-size: 2.3rem"] {
    font-size: 1.5rem !important;
    letter-spacing: 0.5px !important;
  }
}

/* Characteristics Section Styles */
.characteristics-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  position: relative;
}

.characteristics-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #ED4B41, transparent);
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 1rem;
  position: relative;
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #ED4B41, #ff6b35);
  border-radius: 2px;
}

.section-subtitle {
  font-size: 1.1rem;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.6;
}

.feature-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(237, 75, 65, 0.1);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #ED4B41, #ff6b35);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.feature-card:hover::before {
  transform: scaleX(1);
}

.feature-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  border-color: rgba(237, 75, 65, 0.3);
}

.feature-icon {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, #ED4B41, #ff6b35);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.feature-icon::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transform: rotate(45deg);
  transition: transform 0.6s ease;
}

.feature-card:hover .feature-icon::before {
  transform: rotate(45deg) translate(50%, 50%);
}

.feature-icon i {
  font-size: 28px;
  color: #ffffff;
  z-index: 1;
  position: relative;
}

.feature-content h4 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
  line-height: 1.3;
}

.feature-content p {
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 0.95rem;
}

.feature-stats {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 12px 16px;
  background: linear-gradient(135deg, #f8f9fa, #e9ecef);
  border-radius: 12px;
  border: 1px solid rgba(237, 75, 65, 0.1);
  min-width: 80px;
  transition: all 0.3s ease;
}

.feature-card:hover .stat-item {
  background: linear-gradient(135deg, #fff5f5, #ffe6e6);
  border-color: rgba(237, 75, 65, 0.2);
  transform: scale(1.05);
}

.stat-item strong {
  font-size: 1.1rem;
  font-weight: 700;
  color: #ED4B41;
  margin-bottom: 4px;
}

.stat-item small {
  font-size: 0.75rem;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.cta-box {
  background: linear-gradient(135deg, #ffffff, #f8f9fa);
  border: 2px solid rgba(237, 75, 65, 0.1);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  position: relative;
  overflow: hidden;
}

.cta-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent, rgba(237, 75, 65, 0.02), transparent);
  pointer-events: none;
}

.cta-box h3 {
  color: #2c3e50;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.cta-box p {
  color: #6c757d;
  position: relative;
  z-index: 1;
}

.cta-box .btn {
  position: relative;
  z-index: 1;
  font-weight: 600;
  padding: 12px 30px;
  border-radius: 50px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(237, 75, 65, 0.3);
}

.cta-box .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(237, 75, 65, 0.4);
}

/* Responsive Design for Characteristics Section */
@media (max-width: 992px) {
  .section-title {
    font-size: 2.2rem;
  }
  
  .feature-card {
    padding: 25px;
  }
  
  .feature-icon {
    width: 60px;
    height: 60px;
  }
  
  .feature-icon i {
    font-size: 24px;
  }
  
  .feature-content h4 {
    font-size: 1.3rem;
  }
  
  .stat-item {
    padding: 10px 14px;
    min-width: 70px;
  }
  
  .stat-item strong {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }
  
  .section-subtitle {
    font-size: 1rem;
  }
  
  .feature-card {
    padding: 20px;
  }
  
  .feature-icon {
    width: 55px;
    height: 55px;
  }
  
  .feature-icon i {
    font-size: 22px;
  }
  
  .feature-content h4 {
    font-size: 1.2rem;
  }
  
  .feature-content p {
    font-size: 0.9rem;
  }
  
  .feature-stats {
    gap: 15px;
  }
  
  .stat-item {
    padding: 8px 12px;
    min-width: 65px;
  }
  
  .stat-item strong {
    font-size: 0.9rem;
  }
  
  .stat-item small {
    font-size: 0.7rem;
  }
  
  .cta-box {
    padding: 30px 20px;
  }
  
  .cta-box h3 {
    font-size: 1.4rem;
  }
  
  .cta-box p {
    font-size: 0.95rem;
  }
}

@media (max-width: 576px) {
  .section-title {
    font-size: 1.8rem;
  }
  
  .section-subtitle {
    font-size: 0.95rem;
  }
  
  .feature-card {
    padding: 18px;
  }
  
  .feature-icon {
    width: 50px;
    height: 50px;
  }
  
  .feature-icon i {
    font-size: 20px;
  }
  
  .feature-content h4 {
    font-size: 1.1rem;
  }
  
  .feature-content p {
    font-size: 0.85rem;
  }
  
  .feature-stats {
    gap: 12px;
    justify-content: center;
  }
  
  .stat-item {
    padding: 6px 10px;
    min-width: 60px;
  }
  
  .stat-item strong {
    font-size: 0.85rem;
  }
  
  .stat-item small {
    font-size: 0.65rem;
  }
  
  .cta-box {
    padding: 25px 15px;
  }
  
  .cta-box h3 {
    font-size: 1.3rem;
  }
  
  .cta-box p {
    font-size: 0.9rem;
  }
  
  .cta-box .btn {
    padding: 10px 25px;
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 1.6rem;
  }
  
  .feature-card {
    padding: 15px;
  }
  
  .feature-icon {
    width: 45px;
    height: 45px;
  }
  
  .feature-icon i {
    font-size: 18px;
  }
  
  .feature-content h4 {
    font-size: 1rem;
  }
  
  .feature-content p {
    font-size: 0.8rem;
  }
  
  .feature-stats {
    gap: 10px;
  }
  
  .stat-item {
    padding: 5px 8px;
    min-width: 55px;
  }
  
  .stat-item strong {
    font-size: 0.8rem;
  }
  
  .stat-item small {
    font-size: 0.6rem;
  }
  
  .cta-box {
    padding: 20px 12px;
  }
  
  .cta-box h3 {
    font-size: 1.2rem;
  }
  
  .cta-box p {
    font-size: 0.85rem;
  }
  
  .cta-box .btn {
    padding: 8px 20px;
    font-size: 0.9rem;
  }
}
 .specs-container {
  display: flex;
  /* margin-top: 100px; */
  flex-wrap: wrap;
  gap: 25px;
  margin: 30px 100px;
}

.spec-card {
  flex: 1;
  min-width: 320px;
  background: #fff;
  border-radius: 14px;
  /* box-shadow: 0 8px 24px rgba(0,0,0,0.1); */
  overflow: hidden;
  /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
}

.spec-card:hover {
  /* transform: translateY(-5px); */
  /* box-shadow: 0 12px 30px rgba(0,0,0,0.15); */
}

.card-header {
  background: linear-gradient(90deg, #ff6b35, #ffb347);
  color: #fff;
  padding: 15px;
  font-weight: 700;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.spec-card table {
  width: 100%;
  border-collapse: collapse;
}

.spec-card td {
  padding: 12px 16px;
  border-bottom: 1px solid #f1f1f1;
  font-size: 0.95rem;
  color: #333;
}

.spec-card tr:nth-child(even) {
  background: #fafafa;
}

.spec-card td:first-child {
  font-weight: 600;
  width: 55%;
  color: #444;
}

@media (max-width: 768px) {
  .specs-container {
    flex-direction: column;
    margin: 20px 10px;
    gap: 15px;
  }
  
  .spec-card {
    min-width: auto;
  }
  
  .card-header {
    font-size: 1rem;
    padding: 12px;
  }
  
  .spec-card td {
    padding: 10px 12px;
    font-size: 0.9rem;
  }
}

@media (max-width: 576px) {
  .specs-container {
    margin: 15px 5px;
    gap: 10px;
  }
  
  .card-header {
    font-size: 0.9rem;
    padding: 10px;
  }
  
  .spec-card td {
    padding: 8px 10px;
    font-size: 0.85rem;
  }
  
  .spec-card td:first-child {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .specs-container {
    margin: 10px 15px;
  }
  
  .card-header {
    font-size: 0.8rem;
    padding: 8px;
  }
  
  .spec-card td {
    padding: 6px 8px;
    font-size: 0.8rem;
  }
}

.equipment-wrapper {
  position: relative;
  display: inline-block;
  max-width: 100%;
  /* margin: 20px auto; */
  background: #f8f9fa;
  border-radius: 10px;
  /* box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  padding: 10px; */
}

.equipment-img {
  width: 100%;
  border-radius: 8px;
  display: block;
}

.marker {
  position: absolute;
  background: #ff6b35;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 3px 8px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

.marker:hover {
  background: #ff8c5a;
  transform: scale(1.15);
}

.details-popup {
  position: absolute;
  display: none;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(8px);
  color: #222;
  padding: 16px 20px;
  border-radius: 12px;
  border: 1px solid rgba(255, 107, 53, 0.3);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  max-width: 260px;
  font-size: 18px;
  line-height: 1.6;
  z-index: 100;
  animation: popIn 0.3s ease forwards;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.details-popup:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
}

.details-popup::after {
  content: '';
  position: absolute;
  top: -8px;
  left: 20px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent rgba(255, 255, 255, 0.75) transparent;
}

@keyframes popIn {
  from { opacity: 0; transform: translateY(-10px) scale(0.95); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

.equipment-heading {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 25px;
  background: #ED4B41;
  /* background: linear-gradient(90deg, #ff6b35, #ffb347); */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 3px 6px rgba(0,0,0,0.2);
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
@media (max-width: 768px) {
  .equipment-heading {
    font-size: 1.8rem;
    letter-spacing: 1px;
  }
  
  .marker {
    width: 35px;
    height: 35px;
    font-size: 12px;
  }
  
  .details-popup {
    max-width: 220px;
    font-size: 14px;
    padding: 12px 16px;
  }
}

@media (max-width: 576px) {
  .equipment-heading {
    font-size: 1.5rem;
    letter-spacing: 0.5px;
  }
  
  .marker {
    width: 30px;
    height: 30px;
    font-size: 11px;
  }
  
  .details-popup {
    max-width: 200px;
    font-size: 13px;
    padding: 10px 14px;
  }
}

@media (max-width: 480px) {
  .equipment-heading {
    font-size: 1.6rem;
  }
  
  .marker {
    width: 28px;
    height: 28px;
    font-size: 10px;
  }
  
  .details-popup {
    max-width: 180px;
    font-size: 12px;
    padding: 8px 12px;
  }
}


/* Additional responsive improvements */
@media (max-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  
  .col-lg-12, .col-lg-7, .col-lg-5, .col-lg-8, .col-lg-4, .col-lg-9, .col-lg-3 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}

@media (max-width: 576px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .row {
    margin-left: -5px;
    margin-right: -5px;
  }
  
  .col-lg-12, .col-lg-7, .col-lg-5, .col-lg-8, .col-lg-4, .col-lg-9, .col-lg-3 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

